home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 May / SGI Freeware 1999 May.iso / relnotes / Qt / ANNOUNCE next >
Text File  |  1999-04-16  |  3KB  |  67 lines

  1. Troll Tech AS (http://www.troll.no) is proud to announce the release
  2. of Qt version 1.40.
  3.  
  4. Qt is a complete and well-designed multi-platform object-oriented
  5. framework for developing graphical user interface (GUI) applications using
  6. C++.  Qt has seamless integration with OpenGL/Mesa 3D libraries.
  7.  
  8. Qt is free for development of free software on the X Window System. It
  9. includes the complete source code for the X version and makefiles for
  10. Linux, Solaris, SunOS, FreeBSD, OSF/1, Irix, BSD/OS, NetBSD, SCO, HP-UX
  11. and AIX.
  12.  
  13. Qt also supports Windows 95 and NT, with native look and feel. Code
  14. developed for the X version of Qt can be recompiled and run using the
  15. Windows 95/NT version of Qt, and vice versa.
  16.  
  17. Qt includes support for building Netscape Plugins for the WWW and
  18. intranets, using the same source code for a plugin on Windows 95/NT
  19. and the X Window System.
  20.  
  21. Qt is currently used in hundreds of software development projects world
  22. wide. For some examples, see the http://www.troll.no/qtprogs.html.
  23.  
  24. Qt can be downloaded from http://www.troll.no/dl/ or via anonymous FTP
  25. from ftp.troll.no.
  26.  
  27. Qt has excellent documentation: around 500 pages of postscript and fully
  28. cross-referenced online html documentation. It is available on the web:
  29. http://www.troll.no/qt/
  30.  
  31. Qt is easy to learn, with consistent naming across all the classes and a
  32. 14-chapter on-line tutorial with links into the rest of the documentation.
  33.  
  34. Qt dramatically cuts down on development time and complexity in writing
  35. user interface software for the X Window System. It allows the programmer
  36. to focus directly on the programming task, and not mess around with
  37. low-level Motif/X11 code.
  38.  
  39. Qt is fully object-oriented. All widgets and dialogs are C++ objects,
  40. and, using inheritance, creation of new widgets is easy and natural.
  41.  
  42. Qt's revolutionary signal/slot mechanism provides true component
  43. programming. Reusable components can work together without any knowledge
  44. of each other, and in a type-safe way.
  45.  
  46. Qt has a very fast paint engine, in some cases ten times faster than other
  47. toolkits. The X version is based directly on Xlib and uses neither
  48. Motif nor X Intrinsics.
  49.  
  50. Qt is available under two different licenses:
  51.   - Professional, for commercial use: see http://www.troll.no/pricing.html
  52.   - Free, for developing free software (X Window System only)
  53. Note that the toolkit is the same, only the licenses differ.
  54.  
  55. Join the qt-interest mailing list by sending a message containing the
  56. single word "subscribe" to qt-interest-request@troll.no.
  57.  
  58. You can contact Troll Tech at
  59.  
  60.     Troll Tech AS
  61.     Postboks 6133 Etterstad
  62.     N-0602 Oslo
  63.     Norway
  64.  
  65.     fax: +47 22646949
  66.     email: info@troll.no
  67.